Like previous map systems:

The map system is primarily a dumb display, not meant to store data. Not even its currently loaded map tiles.
Therefore, the map system does not store ANY data it receives.
It is assumed any map data is already available to the external program.
The map system is write-only.  It receives data.  It never provides data.
